runtime.stkframe.getStackMap (method)
4 uses
runtime (current package)
mbitmap.go#L1866: locals, _, _ := u.frame.getStackMap(false)
mgcmark.go#L1050: locals, args, objs := frame.getStackMap(false)
stack.go#L692: locals, args, objs := frame.getStackMap(true)
stkframe.go#L157: func (frame *stkframe) getStackMap(debug bool) (locals, args bitvector, objs []stackObjectRecord) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)